Keep a drawable check in gtk_widget_contains
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Apr 2019 20:34:12 +0000 (20:34 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Apr 2019 20:34:12 +0000 (20:34 +0000)
commit1b362d1f01f114a6d5a324158a50a90e6b9a010b
treee08f5ca1fc4e69091f758c505195483d5e175fd5
parent7ce968f2972f35099767da9879851cddbdadaf71
Keep a drawable check in gtk_widget_contains

If the widget is not drawable, it probably doesn't have
an allocation, so asking the question does not make much
sense.
gtk/gtkwidget.c